[INFO] cloning repository https://github.com/RustyYato/test-harness
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RustyYato/test-harness" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRustyYato%2Ftest-harness", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRustyYato%2Ftest-harness'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c44270fd2ea547c9d42d39dc2537bb3bb38eb658
[INFO] testing RustyYato/test-harness against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRustyYato%2Ftest-harness" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RustyYato/test-harness
[INFO] finished tweaking git repo https://github.com/RustyYato/test-harness
[INFO] tweaked toml for git repo https://github.com/RustyYato/test-harness written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RustyYato/test-harness on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RustyYato/test-harness already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8a9b837b6ecfc4ea995a9412451231c183aa618423695107d3660f369b02350b
[INFO] running `Command { std: "docker" "start" "-a" "8a9b837b6ecfc4ea995a9412451231c183aa618423695107d3660f369b02350b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a9b837b6ecfc4ea995a9412451231c183aa618423695107d3660f369b02350b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a9b837b6ecfc4ea995a9412451231c183aa618423695107d3660f369b02350b", kill_on_drop: false }`
[INFO] [stdout] 8a9b837b6ecfc4ea995a9412451231c183aa618423695107d3660f369b02350b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] adee2665223e64dd5e57e16a50d514c554800f6677ff82abd54f48e6a821488b
[INFO] running `Command { std: "docker" "start" "-a" "adee2665223e64dd5e57e16a50d514c554800f6677ff82abd54f48e6a821488b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling linkme-impl v0.3.33
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling float-pretty-print v0.1.1
[INFO] [stderr]    Compiling test-2015-crate v0.1.0 (/opt/rustwide/workdir/test-2015-crate)
[INFO] [stderr]    Compiling test-2024-crate v0.1.0 (/opt/rustwide/workdir/test-2024-crate)
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling linkme v0.3.33
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling test-harness v0.1.0 (/opt/rustwide/workdir/test-harness)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> test-harness/src/lib.rs:765:17
[INFO] [stdout]     |
[INFO] [stdout] 765 |                 mut expected,
[INFO] [stdout]     |                 ----^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> test-harness/src/lib.rs:766:17
[INFO] [stdout]     |
[INFO] [stdout] 766 |                 mut output,
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.59s
[INFO] running `Command { std: "docker" "inspect" "adee2665223e64dd5e57e16a50d514c554800f6677ff82abd54f48e6a821488b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adee2665223e64dd5e57e16a50d514c554800f6677ff82abd54f48e6a821488b", kill_on_drop: false }`
[INFO] [stdout] adee2665223e64dd5e57e16a50d514c554800f6677ff82abd54f48e6a821488b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f9fb76b17eeeba6f39f27a4847b26fa90d723054806b9d52c49cd30a722b94cb
[INFO] running `Command { std: "docker" "start" "-a" "f9fb76b17eeeba6f39f27a4847b26fa90d723054806b9d52c49cd30a722b94cb", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling test-harness v0.1.0 (/opt/rustwide/workdir/test-harness)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> test-harness/src/lib.rs:765:17
[INFO] [stdout]     |
[INFO] [stdout] 765 |                 mut expected,
[INFO] [stdout]     |                 ----^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> test-harness/src/lib.rs:766:17
[INFO] [stdout]     |
[INFO] [stdout] 766 |                 mut output,
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> test-harness/src/lib.rs:765:17
[INFO] [stdout]     |
[INFO] [stdout] 765 |                 mut expected,
[INFO] [stdout]     |                 ----^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> test-harness/src/lib.rs:766:17
[INFO] [stdout]     |
[INFO] [stdout] 766 |                 mut output,
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling test-2024-crate v0.1.0 (/opt/rustwide/workdir/test-2024-crate)
[INFO] [stderr]    Compiling test-2015-crate v0.1.0 (/opt/rustwide/workdir/test-2015-crate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.90s
[INFO] running `Command { std: "docker" "inspect" "f9fb76b17eeeba6f39f27a4847b26fa90d723054806b9d52c49cd30a722b94cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9fb76b17eeeba6f39f27a4847b26fa90d723054806b9d52c49cd30a722b94cb", kill_on_drop: false }`
[INFO] [stdout] f9fb76b17eeeba6f39f27a4847b26fa90d723054806b9d52c49cd30a722b94cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1f9e7e70b9540a45faf64c1e88db2f5620ee5e03948b8a45ba23f8c32df4f0d6
[INFO] running `Command { std: "docker" "start" "-a" "1f9e7e70b9540a45faf64c1e88db2f5620ee5e03948b8a45ba23f8c32df4f0d6", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> test-harness/src/lib.rs:765:17
[INFO] [stderr]     |
[INFO] [stderr] 765 |                 mut expected,
[INFO] [stderr]     |                 ----^^^^^^^^
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> test-harness/src/lib.rs:766:17
[INFO] [stderr]     |
[INFO] [stderr] 766 |                 mut output,
[INFO] [stderr]     |                 ----^^^^^^
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: `test-harness` (lib) generated 2 warnings (run `cargo fix --lib -p test-harness` to apply 2 suggestions)
[INFO] [stderr] warning: `test-harness` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/test_2015_crate-6ed14d7024d1f681)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/run_test.rs (/opt/rustwide/target/debug/deps/run_test-e7f843523ba04347)
[INFO] [stdout] 
[INFO] [stdout]     [31m![39m[31m![39m[31m![39m
[INFO] [stdout] 
[INFO] [stdout] [[31medition2015[39m] [31mpanic-noarg-test[39m panicked
[INFO] [stdout] panicked at test-2015-crate/tests/run_test.rs:26:9:
[INFO] [stdout] explicit panic
[INFO] [stdout]    0: std::panicking::begin_panic::<&str>
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:761:5
[INFO] [stdout] 
[INFO] [stdout] [[31medition2015[39m] [31mpanic-dyn-test[39m panicked
[INFO] [stdout] panicked at test-2015-crate/tests/run_test.rs:47:9:
[INFO] [stdout] hello world, 0
[INFO] [stderr] 
[INFO] [stderr] thread 'main' (18) panicked at test-harness/src/lib.rs:1039:25:
[INFO] [stderr] original backtrace
[INFO] [stderr]    0: test_harness::run_tests::{closure#1}::{closure#0}
[INFO] [stderr]              at /opt/rustwide/workdir/test-harness/src/lib.rs:623:74
[INFO] [stderr]    1: <std::thread::local::LocalKey<core::cell::Cell<(alloc::string::String, core::option::Option<backtrace::capture::Backtrace>)>>>::try_with::<test_harness::run_tests::{closure#1}::{closure#0}, ()>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stderr]    2: <std::thread::local::LocalKey<core::cell::Cell<(alloc::string::String, core::option::Option<backtrace::capture::Backtrace>)>>>::with::<test_harness::run_tests::{closure#1}::{closure#0}, ()>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stderr]    3: test_harness::run_tests::{closure#1}
[INFO] [stderr]              at /opt/rustwide/workdir/test-harness/src/lib.rs:618:20
[INFO] [stderr]    4: <alloc::boxed::Box<dyn for<'a, 'b> core::ops::function::Fn<(&'a std::panic::PanicHookInfo<'b>,), Output = ()> + core::marker::Sync + core::marker::Send> as core::ops::function::Fn<(&std::panic::PanicHookInfo,)>>::call
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stderr]       std::panicking::panic_with_hook
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stderr]    5: std::panicking::panic_handler::{closure#0}
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stderr]    6: std::sys::backtrace::__rust_end_short_backtrace::<std::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]    7: __rustc::rust_begin_unwind
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stderr]    8: core::panicking::panic_fmt
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stderr]    9: <run_test::TestPanicDynArg as test_harness::TestCase>::run
[INFO] [stderr]              at /opt/rustwide/workdir/test-2015-crate/tests/run_test.rs:47:9
[INFO] [stderr]   10: <run_test::TestPanicDynArg as test_harness::BoxedTestCase>::run_boxed
[INFO] [stderr]              at /opt/rustwide/workdir/test-harness/src/lib.rs:281:17
[INFO] [stderr]   11: <alloc::boxed::Box<dyn test_harness::TestCase> as test_harness::TestCase>::run
[INFO] [stderr]              at /opt/rustwide/workdir/test-harness/src/lib.rs:293:14
[INFO] [stderr]   12: test_harness::run_tests::{closure#5}::{closure#0}::{closure#0}
[INFO] [stderr]              at /opt/rustwide/workdir/test-harness/src/lib.rs:655:65
[INFO] [stderr]   13: std::panicking::catch_unwind::do_call::<test_harness::run_tests::{closure#5}::{closure#0}::{closure#0}, test_harness::TestResult>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stderr]   14: __rust_try
[INFO] [stderr]   15: std::panicking::catch_unwind::<test_harness::TestResult, test_harness::run_tests::{closure#5}::{closure#0}::{closure#0}>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stderr]       std::panic::catch_unwind::<test_harness::run_tests::{closure#5}::{closure#0}::{closure#0}, test_harness::TestResult>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stderr]   16: test_harness::run_tests::{closure#5}::{closure#0}::test_harness_run_test::<test_harness::TestResult, test_harness::run_tests::{closure#5}::{closure#0}::{closure#0}>
[INFO] [stderr]              at /opt/rustwide/workdir/test-harness/src/lib.rs:652:25
[INFO] [stderr]   17: test_harness::run_tests::{closure#5}::{closure#0}
[INFO] [stderr]              at /opt/rustwide/workdir/test-harness/src/lib.rs:655:35
[INFO] [stderr]   18: <&test_harness::run_tests::{closure#5}::{closure#0} as core::ops::function::FnMut<((usize, alloc::boxed::Box<dyn test_harness::TestCase>),)>>::call_mut
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:274:22
[INFO] [stderr]   19: core::iter::adapters::map::map_try_fold::<(usize, alloc::boxed::Box<dyn test_harness::TestCase>), (usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>), (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), core::ops::control_flow::ControlFlow<core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>, &test_harness::run_tests::{closure#5}::{closure#0}, <core::iter::adapters::take_while::TakeWhile<_, _> as core::iter::traits::iterator::Iterator>::try_fold::check<(usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>), (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>, <rayon::iter::fold::FoldFolder<_, _, _> as rayon::iter::plumbing::Folder<_>>::consume_iter::not_full<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<test_harness::run_tests::{closure#5}::{closure#5}, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>, test_harness::run_tests::{closure#5}::{closure#3}>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), (usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>)>::{closure#0}, <core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>>::wrap_mut_2<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts), (usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>), &test_harness::run_tests::{closure#5}::{closure#2}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/iter/adapters/map.rs:95:28
[INFO] [stderr]   20: <rayon::vec::SliceDrain<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)> as core::iter::traits::iterator::Iterator>::try_fold::<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts), core::iter::adapters::map::map_try_fold<(usize, alloc::boxed::Box<dyn test_harness::TestCase>), (usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>), (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), core::ops::control_flow::ControlFlow<core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>, &test_harness::run_tests::{closure#5}::{closure#0}, <core::iter::adapters::take_while::TakeWhile<_, _> as core::iter::traits::iterator::Iterator>::try_fold::check<(usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>), (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>, <rayon::iter::fold::FoldFolder<_, _, _> as rayon::iter::plumbing::Folder<_>>::consume_iter::not_full<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<test_harness::run_tests::{closure#5}::{closure#5}, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>, test_harness::run_tests::{closure#5}::{closure#3}>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), (usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>)>::{closure#0}, <core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>>::wrap_mut_2<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts), (usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>), &test_harness::run_tests::{closure#5}::{closure#2}>::{closure#0}>::{closure#0}>::{closure#0}, core::ops::control_flow::ControlFlow<core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/iter/traits/iterator.rs:2496:21
[INFO] [stderr]   21: <core::iter::adapters::map::Map<rayon::vec::SliceDrain<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, &test_harness::run_tests::{closure#5}::{closure#0}> as core::iter::traits::iterator::Iterator>::try_fold::<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts), <core::iter::adapters::take_while::TakeWhile<_, _> as core::iter::traits::iterator::Iterator>::try_fold::check<(usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>), (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>, <rayon::iter::fold::FoldFolder<_, _, _> as rayon::iter::plumbing::Folder<_>>::consume_iter::not_full<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<test_harness::run_tests::{closure#5}::{closure#5}, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>, test_harness::run_tests::{closure#5}::{closure#3}>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), (usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>)>::{closure#0}, <core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>>::wrap_mut_2<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts), (usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>), &test_harness::run_tests::{closure#5}::{closure#2}>::{closure#0}>::{closure#0}, core::ops::control_flow::ControlFlow<core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/iter/adapters/map.rs:121:19
[INFO] [stderr]   22: <core::iter::adapters::take_while::TakeWhile<core::iter::adapters::map::Map<rayon::vec::SliceDrain<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, &test_harness::run_tests::{closure#5}::{closure#0}>, <rayon::iter::fold::FoldFolder<_, _, _> as rayon::iter::plumbing::Folder<_>>::consume_iter::not_full<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<test_harness::run_tests::{closure#5}::{closure#5}, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>, test_harness::run_tests::{closure#5}::{closure#3}>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), (usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>)>::{closure#0}> as core::iter::traits::iterator::Iterator>::try_fold::<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts), <core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>>::wrap_mut_2<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts), (usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>), &test_harness::run_tests::{closure#5}::{closure#2}>::{closure#0}, core::ops::try_trait::NeverShortCircuit<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts)>>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/iter/adapters/take_while.rs:95:23
[INFO] [stderr]   23: <core::iter::adapters::take_while::TakeWhile<core::iter::adapters::map::Map<rayon::vec::SliceDrain<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, &test_harness::run_tests::{closure#5}::{closure#0}>, <rayon::iter::fold::FoldFolder<_, _, _> as rayon::iter::plumbing::Folder<_>>::consume_iter::not_full<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<test_harness::run_tests::{closure#5}::{closure#5}, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>, test_harness::run_tests::{closure#5}::{closure#3}>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), (usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>)>::{closure#0}> as core::iter::traits::iterator::Iterator>::fold::<(alloc::vec::Vec<test_harness::Item>, test_harness::Counts), &test_harness::run_tests::{closure#5}::{closure#2}>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/iter/mod.rs:380:18
[INFO] [stderr]   24: <rayon::iter::fold::FoldFolder<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<test_harness::run_tests::{closure#5}::{closure#5}, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>, test_harness::run_tests::{closure#5}::{closure#3}>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), test_harness::run_tests::{closure#5}::{closure#2}> as rayon::iter::plumbing::Folder<(usize, alloc::string::String, test_harness::TestResult, alloc::vec::Vec<u8>)>>::consume_iter::<core::iter::adapters::map::Map<rayon::vec::SliceDrain<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, &test_harness::run_tests::{closure#5}::{closure#0}>>
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/fold.rs:155:14
[INFO] [stderr]   25: <rayon::iter::map::MapFolder<rayon::iter::fold::FoldFolder<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<test_harness::run_tests::{closure#5}::{closure#5}, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>, test_harness::run_tests::{closure#5}::{closure#3}>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}> as rayon::iter::plumbing::Folder<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>>::consume_iter::<rayon::vec::SliceDrain<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>>
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/map.rs:244:31
[INFO] [stderr]   26: <rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)> as rayon::iter::plumbing::Producer>::fold_with::<rayon::iter::map::MapFolder<rayon::iter::fold::FoldFolder<rayon::iter::map::MapFolder<rayon::iter::reduce::ReduceFolder<test_harness::run_tests::{closure#5}::{closure#5}, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>, test_harness::run_tests::{closure#5}::{closure#3}>, (alloc::vec::Vec<test_harness::Item>, test_harness::Counts), test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stderr]   27: rayon::iter::plumbing::bridge_producer_consumer::helper::<rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, rayon::iter::map::MapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<test_harness::run_tests::{closure#5}::{closure#5}, test_harness::run_tests::{closure#5}::{closure#4}>, test_harness::run_tests::{closure#5}::{closure#3}>, test_harness::run_tests::{closure#5}::{closure#1}, test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stderr]   28: rayon::iter::plumbing::bridge_producer_consumer::helper::<rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, rayon::iter::map::MapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<test_harness::run_tests::{closure#5}::{closure#5}, test_harness::run_tests::{closure#5}::{closure#4}>, test_harness::run_tests::{closure#5}::{closure#3}>, test_harness::run_tests::{closure#5}::{closure#1}, test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>::{closure#1}
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stderr]   29: rayon_core::join::join_context::call_b::<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts), rayon::iter::plumbing::bridge_producer_consumer::helper<rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, rayon::iter::map::MapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<test_harness::run_tests::{closure#5}::{closure#5}, test_harness::run_tests::{closure#5}::{closure#4}>, test_harness::run_tests::{closure#5}::{closure#3}>, test_harness::run_tests::{closure#5}::{closure#1}, test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stderr]   30: <rayon_core::job::JobResult<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>>::call::<rayon_core::join::join_context::call_b<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts), rayon::iter::plumbing::bridge_producer_consumer::helper<rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, rayon::iter::map::MapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<test_harness::run_tests::{closure#5}::{closure#5}, test_harness::run_tests::{closure#5}::{closure#4}>, test_harness::run_tests::{closure#5}::{closure#3}>, test_harness::run_tests::{closure#5}::{closure#1}, test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stderr]   31: <core::panic::unwind_safe::AssertUnwindSafe<<rayon_core::job::JobResult<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>>::call<rayon_core::join::join_context::call_b<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts), rayon::iter::plumbing::bridge_producer_consumer::helper<rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, rayon::iter::map::MapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<test_harness::run_tests::{closure#5}::{closure#5}, test_harness::run_tests::{closure#5}::{closure#4}>, test_harness::run_tests::{closure#5}::{closure#3}>, test_harness::run_tests::{closure#5}::{closure#1}, test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stderr]   32: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<<rayon_core::job::JobResult<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>>::call<rayon_core::join::join_context::call_b<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts), rayon::iter::plumbing::bridge_producer_consumer::helper<rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, rayon::iter::map::MapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<test_harness::run_tests::{closure#5}::{closure#5}, test_harness::run_tests::{closure#5}::{closure#4}>, test_harness::run_tests::{closure#5}::{closure#3}>, test_harness::run_tests::{closure#5}::{closure#1}, test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stderr]   33: __rust_try
[INFO] [stderr]   34: std::panicking::catch_unwind::<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts), core::panic::unwind_safe::AssertUnwindSafe<<rayon_core::job::JobResult<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>>::call<rayon_core::join::join_context::call_b<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts), rayon::iter::plumbing::bridge_producer_consumer::helper<rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, rayon::iter::map::MapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<test_harness::run_tests::{closure#5}::{closure#5}, test_harness::run_tests::{closure#5}::{closure#4}>, test_harness::run_tests::{closure#5}::{closure#3}>, test_harness::run_tests::{closure#5}::{closure#1}, test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stderr]       std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<<rayon_core::job::JobResult<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>>::call<rayon_core::join::join_context::call_b<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts), rayon::iter::plumbing::bridge_producer_consumer::helper<rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, rayon::iter::map::MapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<test_harness::run_tests::{closure#5}::{closure#5}, test_harness::run_tests::{closure#5}::{closure#4}>, test_harness::run_tests::{closure#5}::{closure#3}>, test_harness::run_tests::{closure#5}::{closure#1}, test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stderr]   35: rayon_core::unwind::halt_unwinding::<<rayon_core::job::JobResult<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>>::call<rayon_core::join::join_context::call_b<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts), rayon::iter::plumbing::bridge_producer_consumer::helper<rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, rayon::iter::map::MapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<test_harness::run_tests::{closure#5}::{closure#5}, test_harness::run_tests::{closure#5}::{closure#4}>, test_harness::run_tests::{closure#5}::{closure#3}>, test_harness::run_tests::{closure#5}::{closure#1}, test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stderr]   36: <rayon_core::job::JobResult<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)>>::call::<rayon_core::join::join_context::call_b<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts), rayon::iter::plumbing::bridge_producer_consumer::helper<rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, rayon::iter::map::MapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<test_harness::run_tests::{closure#5}::{closure#5}, test_harness::run_tests::{closure#5}::{closure#4}>, test_harness::run_tests::{closure#5}::{closure#3}>, test_harness::run_tests::{closure#5}::{closure#1}, test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stderr]   37: <rayon_core::job::StackJob<rayon_core::latch::SpinLatch, rayon_core::join::join_context::call_b<(alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts), rayon::iter::plumbing::bridge_producer_consumer::helper<rayon::vec::DrainProducer<(usize, alloc::boxed::Box<dyn test_harness::TestCase>)>, rayon::iter::map::MapConsumer<rayon::iter::fold::FoldConsumer<rayon::iter::map::MapConsumer<rayon::iter::reduce::ReduceConsumer<test_harness::run_tests::{closure#5}::{closure#5}, test_harness::run_tests::{closure#5}::{closure#4}>, test_harness::run_tests::{closure#5}::{closure#3}>, test_harness::run_tests::{closure#5}::{closure#1}, test_harness::run_tests::{closure#5}::{closure#2}>, test_harness::run_tests::{closure#5}::{closure#0}>>::{closure#1}>::{closure#0}, (alloc::collections::linked_list::LinkedList<alloc::vec::Vec<test_harness::Item>>, test_harness::Counts)> as rayon_core::job::Job>::execute
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stderr]   38: <rayon_core::job::JobRef>::execute
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stderr]   39: <rayon_core::registry::WorkerThread>::execute
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stderr]   40: <rayon_core::registry::WorkerThread>::wait_until_cold
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stderr]   41: <rayon_core::registry::WorkerThread>::wait_until::<rayon_core::latch::OnceLatch>
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stderr]   42: <rayon_core::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stderr]   43: rayon_core::registry::main_loop
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stderr]   44: <rayon_core::registry::ThreadBuilder>::run
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stderr]   45: <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stderr]   46: std::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   47: std::thread::lifecycle::spawn_unchecked::<<rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stderr]   48: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<<rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stderr]   49: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<<rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stderr]   50: __rust_try
[INFO] [stderr]   51: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<<rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stderr]       std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<<rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stderr]       std::thread::lifecycle::spawn_unchecked::<<rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stderr]   52: <std::thread::lifecycle::spawn_unchecked<<rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   53: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stderr]       <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stderr]   54: <unknown>
[INFO] [stderr]   55: clone
[INFO] [stderr] 
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x5ab7a4d0495a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x5ab7a4d0495a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x5ab7a4d0495a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x5ab7a4d0495a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x5ab7a4d1981a - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x5ab7a4d1981a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stderr]    6:     0x5ab7a4d093f2 - std[fce30c26ee6459b]::io::default_write_fmt::<std[fce30c26ee6459b]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stderr]    7:     0x5ab7a4d093f2 - <std[fce30c26ee6459b]::sys::stdio::unix::Stderr as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stderr]    8:     0x5ab7a4ceabaf - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x5ab7a4ceabaf - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x5ab7a4cfd181 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x5ab7a4cfd432 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stderr]   12:     0x5ab7a4cfd432 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stderr]   13:     0x5ab7a4ceac68 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stderr]   14:     0x5ab7a4cdff99 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   15:     0x5ab7a4ceb97d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stderr]   16:     0x5ab7a4d1a08c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stderr]   17:     0x5ab7a49dc242 - test_harness[b160577bb5dfcaa5]::run_tests
[INFO] [stderr]                                at /opt/rustwide/workdir/test-harness/src/lib.rs:1039:25
[INFO] [stderr]   18:     0x5ab7a49d66df - run_test[f4f5f7aed9511d58]::main
[INFO] [stderr]                                at /opt/rustwide/workdir/test-2015-crate/tests/run_test.rs:52:13
[INFO] [stderr]   19:     0x5ab7a49d725b - <fn() as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   20:     0x5ab7a49d652e - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   21:     0x5ab7a49d6551 - std[fce30c26ee6459b]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:206:18
[INFO] [stderr]   22:     0x5ab7a4cfc4a7 - <&dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:287:21
[INFO] [stderr]   23:     0x5ab7a4cfc4a7 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<&dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stderr]   24:     0x5ab7a4cfc4a7 - std[fce30c26ee6459b]::panicking::catch_unwind::<i32, &dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stderr]   25:     0x5ab7a4cfc4a7 - std[fce30c26ee6459b]::panic::catch_unwind::<&dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stderr]   26:     0x5ab7a4cfc4a7 - std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:175:24
[INFO] [stderr]   27:     0x5ab7a4cfc4a7 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stderr]   28:     0x5ab7a4cfc4a7 - std[fce30c26ee6459b]::panicking::catch_unwind::<isize, std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stderr]   29:     0x5ab7a4cfc4a7 - std[fce30c26ee6459b]::panic::catch_unwind::<std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stderr]   30:     0x5ab7a4cfc4a7 - std[fce30c26ee6459b]::rt::lang_start_internal
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:171:5
[INFO] [stderr]   31:     0x5ab7a49d6517 - std[fce30c26ee6459b]::rt::lang_start::<()>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:205:5
[INFO] [stderr]   32:     0x5ab7a49d72be - main
[INFO] [stderr]   33:     0x7f3c659291ca - <unknown>
[INFO] [stderr]   34:     0x7f3c6592928b - __libc_start_main
[INFO] [stderr]   35:     0x5ab7a49d62c5 - _start
[INFO] [stderr]   36:                0x0 - <unknown>
[INFO] [stderr] error: test failed, to rerun pass `-p test-2015-crate --test run_test`
[INFO] running `Command { std: "docker" "inspect" "1f9e7e70b9540a45faf64c1e88db2f5620ee5e03948b8a45ba23f8c32df4f0d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f9e7e70b9540a45faf64c1e88db2f5620ee5e03948b8a45ba23f8c32df4f0d6", kill_on_drop: false }`
[INFO] [stdout] 1f9e7e70b9540a45faf64c1e88db2f5620ee5e03948b8a45ba23f8c32df4f0d6
